iT邦幫忙

2022 iThome 鐵人賽

DAY 10
0
Mobile Development

大家的心聲手機查系列 第 10

修改固定變數

  • 分享至 

  • xImage
  •  

在View的建構過程,有部份資料雖然是可以透過介面直接設置,但Android Studio還是會報Warning (黃色三角型),這是因為建議不要在程式內(*.xml, *.kt...)直接使用直接設定值,而是採用變數方式。

https://ithelp.ithome.com.tw/upload/images/20220925/201413141YdjHeQDTM.png

例如TextView 的欄位「text」,直接編寫為「nameaa」則IDE 認為是直接設值(Hard code),改為變數值的話,就不會有這個警告,而且可以把這些值歸類到新的資料類別:values

https://ithelp.ithome.com.tw/upload/images/20220925/20141314z0Iyr4yOYB.png

https://ithelp.ithome.com.tw/upload/images/20220925/20141314jxVBGCKUJB.png


上一篇
幾個Layout(View)的總論
下一篇
Layout 再補一個特色
系列文
大家的心聲手機查30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言